home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / vbexwait.zip / GLOBAL.BAS < prev   
BASIC Source File  |  1993-04-04  |  114b  |  5 lines

  1. ' Windows function declarations
  2.  
  3. Declare Function GetModuleUsage Lib "KERNEL" (ByVal InstanceID%) As Integer
  4.  
  5.